On Fri, Oct 28, 2005 at 12:34:32AM +0200, Thomas wrote:
> Sorry haven't had much time lately. The school has started and it takes
> alot of my time at the moment. I have converted it back to 1.4.2 so
> thats done.
Where's the code? What we have in SVN is 1.5 still...
> Also I'll make some scripts (.sh .bat) to build the aplication and give
> some more detaild instructions on how to deploy the .war.
> A clearer description of the folders and the content of them.
More important than documentation is that it works! :-)
On Mac OS X 10.4:
[EMAIL PROTECTED] ant -f packaging-build.xml
Buildfile: packaging-build.xml
clean:
[delete] Deleting directory
/Users/lsimons/dev/asf/gump/Gump3/presentation/WEB-INF/class
[mkdir] Created dir:
/Users/lsimons/dev/asf/gump/Gump3/presentation/WEB-INF/class
copy-resources:
[copy] Copying 34 files to
/Users/lsimons/dev/asf/gump/Gump3/presentation/WEB-INF/class
compile:
[javac] Compiling 33 source files to
/Users/lsimons/dev/asf/gump/Gump3/presentation/WEB-INF/class
BUILD FAILED
/Users/lsimons/dev/asf/gump/Gump3/presentation/packaging-build.xml:22:
/Users/lsimons/dev/asf/gump/Gump3/presentation/WEB-INF/lib not found.
Total time: 6 seconds
[EMAIL PROTECTED] svn info
Path: .
URL: https://svn.apache.org/repos/asf/gump/branches/Gump3/presentation
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 327777
Node Kind: directory
Schedule: normal
Last Changed Author: ajack
Last Changed Rev: 234419
Last Changed Date: 2005-08-22 04:31:37 +0200 (Mon, 22 Aug 2005)
[EMAIL PROTECTED] pwd
/Users/lsimons/dev/asf/gump/Gump3/presentation
[EMAIL PROTECTED] which ant
/opt/local/bin/ant
[EMAIL PROTECTED] ant -version
Apache Ant version 1.6.5 compiled on June 2 2005
[EMAIL PROTECTED] echo $JAVA_HOME
tcsh: JAVA_HOME: Undefined variable.
[EMAIL PROTECTED] which jav
jav: Command not found.
[EMAIL PROTECTED] which java
/usr/bin/java
[EMAIL PROTECTED] java -version
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-232)
Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode)
> This is my first "real" project with opensource so regarding the licens
> files, Do I need to unpack the licens files or is it enought to let them
> be in the jar files of the third party jars ??
they need to be in the source code tree somewhere like Stefano wrote. It isn't
very important what is in the jar files as we aren't re-distributing anything.
> Also I have now added the
> Apache Lincens in the root directory of the project. I quess I'll have
> to include it in the war archive as well when they build it with ant.
>
> Please feel free to comment. I'm in this to learn and hope that you
> don't get sick of my stupidity and novice questions.
Heh. Stop calling yourself stupid will you :-)
> When I get some free time I'll fix it. Hopefully there will be 2-3 hours
> a week.
Wheehooh!
> > -> it still uses hibernate
> >
> Ok... sound you don't like hibernate ? I'll update the SQL file so you
> can use both. Thats the point you can use SQL or hibernate your choice.
Great. Please write a little readme on how to do that configuration. Its not
that I don't like hibernate, its that hibernate is under the LGPL license which
doesn't work so well with the Apache License / Apache License policies.
- LSD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]