Hi there, i'm trying to build a phoenix/spring deployment with eclipse3.3/ant of the current code in trunk, but it fails.. looks like the torque libraries are missing.. however manually adding the torque 3.3 jars does not help either.. haven't tried it with maven up until now ;) is there a recommended eclipse plugin to do that or should i use the cli based maven?
<build.log>
compile-main:
[echo] Compiling James Java sources
[javac] Compiling 9 source files to
C:\Users\Jonas\workspace2\JamesTrunk\phoenix-deployment\target\classes
[javac]
C:\Users\Jonas\workspace2\JamesTrunk\phoenix-deployment\src\java\org\apache\james\mailboxmanager\torque\TorqueMailboxManagerFactory.java:43:
package org.apache.james.mailboxmanager.torque.om does not exist
[javac] import org.apache.james.mailboxmanager.torque.om.MailboxRowPeer;
[javac] ^
[javac]
C:\Users\Jonas\workspace2\JamesTrunk\phoenix-deployment\src\java\org\apache\james\mailboxmanager\torque\TorqueMailboxManagerFactory.java:44:
package org.apache.james.mailboxmanager.torque.om does not exist
[javac] import org.apache.james.mailboxmanager.torque.om.MessageBodyPeer;
[javac] ^
[javac]
C:\Users\Jonas\workspace2\JamesTrunk\phoenix-deployment\src\java\org\apache\james\mailboxmanager\torque\TorqueMailboxManagerFactory.java:45:
package org.apache.james.mailboxmanager.torque.om does not exist
[javac] import org.apache.james.mailboxmanager.torque.om.MessageFlagsPeer;
[javac] ^
[javac]
<snip>
BUILD FAILED
C:\Users\Jonas\workspace2\JamesTrunk\phoenix-deployment\build.xml:303: Compile failed; see the compiler error output for
details.
</build-log>What would be the best way to build a phoenix/spring deployment of the current trunk code? there a so much pom.xml/build.xml files in the trunk folder, that i'm afraid to try them all ;)
I can't really find any useful documentation on this.. Or did i miss something? I would really appreciate any help on this matter.. Greetings, Jonas Arnsmann
signature.asc
Description: OpenPGP digital signature
