I see you added EMFLauncher4. You probably don't need to do that, what is the use case for that class?
I'm late getting this posted: the dev sds now has configs for running the PasOTrunk vle. Here is an example jnlp that is setup with that config file: http://rails.dev.concord.org/sds/2/jnlp/31868 It expects the sail session property or the java system property sailotrunk.otmlurl to be set. If you are using the SDS to launch the VLE then the sailotrunk.otmlurl can be set just by adding the following: ?sailotrunk.otmlurl=http://myurl.com If you need to set the otmlurl when you launch from the command line just set the system property using: -Dsailotrunk.otmlurl=http://myurl.com How are you planning to launch things? Are you going to use the SDS to launch them? What problem are you trying to solve by adding dependencies to poms? If you are running from Eclipse with m2eclipse you can use the pas-common-apps project to pull in most every dependency. And if there is one missing you can either add it to that pom, or create a new project that depends on everything you need. If you are running from a jnlp generated from the pas-jnlp project, you can add the dependency there. Scott Geoffrey Kwan wrote: > Sorry about that. I didn't realize that change to the pom would have > that affect. I've reverted the pom.xml for sail-data-emf back to the > previous revision until we figure out what should be done. > > Geoff > > On Mon, Jun 30, 2008 at 1:40 PM, Aaron Unger <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > I noticed that Concord's JNLP's are no longer building and it seems to > be because of Geoff's changes to the sail-otrunk and sail-data-emf > pom's. Sail-otrunk is now depending on sail-data-emf, and > sail-data-emf > is now depending on pas-learner-runtime (and jtidy, being a dependency > of pas-learner-runtime, can't be found). > > The quick fix would be to make the jar available, but the error brings > up a larger question: which sail projects should be treated as > independent entities and which are specific enough implementations > that > they can depend on other specific things? My gut says that > sail-data-emf > shouldn't be dependent on pas-learner-runtime, since it's used by > other > things than the PLR. Can anyone with more familiarity with these > projects share their thoughts? > > Thanks- > -- Aaron > > The error being thrown is: > Missing: > ---------- > 1) jtidy:jtidy:jar:8.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=jtidy -DartifactId=jtidy > -Dversion=8.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the > file > there: > mvn deploy:deploy-file -DgroupId=jtidy -DartifactId=jtidy > -Dversion=8.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > -Durl=[url] > -DrepositoryId=[id] > > Path to dependency: > 1) org.concord.maven-jnlp:sail-otrunk-snapshot:pom:0.1.0-SNAPSHOT > 2) net.sf.sail:sail-data-emf:jar:0.1.0-SNAPSHOT > 3) org.telscenter:pas-learner-runtime:jar:0.4.3-SNAPSHOT > 4) jtidy:jtidy:jar:8.0-SNAPSHOT > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
