Opened 17 years ago
Closed 17 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 Changed 17 years ago by
Milestone: | → BASE 2.2 |
---|---|
Owner: | changed from base to Jari Häkkinen |
comment:2 Changed 17 years ago by
Owner: | changed from Jari Häkkinen to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
comment:4 Changed 17 years ago by
comment:5 Changed 17 years ago by
comment:6 Changed 17 years ago by
comment:7 Changed 17 years ago by
comment:8 Changed 17 years ago by
comment:9 Changed 17 years ago by
comment:10 Changed 17 years ago by
comment:11 Changed 17 years ago by
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.