Opened 18 years ago
Closed 18 years ago
#412 closed enhancement (fixed)
Fix build.xml to make it more developer-friendly
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.2 |
Component: | install | Version: | |
Keywords: | Cc: |
Description
Currently there are issues with the location and naming of configuration files. Some have '.in' extension and are only copied with 'ant dist' which also removes the '.in' extension. When doing local development you don't want to do 'ant dist' and it is not very intuitive how to set up the local configuration file to make everything work.
There is also a problem with creating the installation program, job agent and the migration tool. You need the jar files and they must be located in the correct directory and they are only created with 'ant dist'. Then we have the test programs which works with the .class files directly from the build directory.
In other words, it's a mess.
Change History (11)
comment:1 by , 18 years ago
Milestone: | → BASE 2.2 |
---|---|
Owner: | changed from | to
comment:2 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 18 years ago
comment:4 by , 18 years ago
comment:5 by , 18 years ago
comment:6 by , 18 years ago
comment:7 by , 18 years ago
comment:8 by , 18 years ago
comment:9 by , 18 years ago
comment:10 by , 18 years ago
comment:11 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Some of these things have been fixed in the 2.1.1 branch. There is a new problem, Application.java is always recompiled. This should be fixed.