Issue Details (XML | Word | Printable)

Key: AXISCPP-221
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Unassigned
Reporter: John Hawkins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Axis-C++

improve makefile.in

Created: 22/Oct/04 01:49 PM   Updated: 31/Jan/05 10:29 PM  Due: 26/Nov/04
Return to search
Component/s: None
Affects Version/s: 1.3 Final
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 31/Jan/05 10:29 PM


 Description  « Hide
Currently we use makefile.in. These are causing us a headache so we must improve on them

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Samisa Abeysinghe added a comment - 25/Oct/04 01:40 AM
I propose that we remove Makefile.in from cvs and keep only Makefile.am in the cvs.

If we do this, people who checkout from CVS would need to use auto amke tools to build the source. (This want be a problem as those who want to get it form CVS must be having enough know-how on how to get the auto tools working - alternatively for those who do not wish to use auto tools the Ant script is there)

When it comes to releases, developers could use auto tools and use 'make dist' to create the dist packgae having the configure script, so that those who download may not require to use auto tools but use the './configure;make; make install' triple.

Samisa Abeysinghe added a comment - 31/Jan/05 10:29 PM
Makefile.in files has been removed from CVS.
If anyone has trouble buiding with make file system, should try using ANT based despite the need to use Java based system.