|
The package containing those classes is actually named ot-script (due
to a filename length restriction on windows... long story). You'll need to add the following as dependencies in the pom.xml: ot-script-api, ot-bsf, ot-script-view and one or more of: ot-_javascript_, ot-jruby, ot-jython (depending on which languages you want to support) I don't think you can just depend on ot-script. ex: <dependency> <groupId>org.concord.otrunk.ot-script</groupId> <artifactId>ot-script-api</artifactId> <version>0.1.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.concord.otrunk.ot-script</groupId> <artifactId>ot-bsf</artifactId> <version>0.1.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.concord.otrunk.ot-script</groupId> <artifactId>ot-_javascript_</artifactId> <version>0.1.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.concord.otrunk.ot-script</groupId> <artifactId>ot-script-view</artifactId> <version>0.1.0-SNAPSHOT</version> <scope>compile</scope> </dependency> ... etc. ... -- Aaron Geoffrey Kwan wrote: Does anyone have a little time to create this jar for us? This isn't a high priority so whenever anyone happens to have some free time, I'd appreciate it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~--- |
- [SAIL-Dev] No otrunk-script jar for dependency Geoffrey Kwan
- [SAIL-Dev] Re: No otrunk-script jar for dependency Geoffrey Kwan
- [SAIL-Dev] Re: No otrunk-script jar for dependency Aaron Unger
- [SAIL-Dev] Re: No otrunk-script jar for depende... Geoffrey Kwan
