Howard,

I got the framework jar to build without jboss. Maybe going for a build 
other than the whole kit and kaboodle will help.

Sam,

can you use the maven project.xml I created for the framework jar to just 
build it?

See http://www.apache.org/~dion/project.xml. In particular:

<dependency>
  <id>servletapi</id>
  <version>2.3</version>
  <url>http://jakarta.apache.org/tomcat/</url>
</dependency>

<dependency>
  <id>bcel</id>
  <version>5.0</version>
  <url>http://jakarta.apache.org/bcel/</url>
</dependency>

<dependency>
  <id>bsf</id>
  <version>2.3.0-rc1</version>
  <url>http://jakarta.apache.org/bsf/</url>
</dependency>

<dependency>
  <id>commons-lang</id>
  <version>1.0.1</version>
  <url>http://jakarta.apache.org/commons/lang.html</url>
</dependency>

<dependency> 
  <id>commons-logging</id>
  <version>1.0.2</version>
  <url>http://jakarta.apache.org/commons/logging.html</url>
</dependency>

<dependency>
  <id>ognl</id>
  <version>2.3.2</version>
  <url>http://sourceforge.net/projects/ognl/</url>
</dependency>

<dependency>
  <id>oro</id>
  <version>2.0.7</version>
  <url>http://jakarta.apache.org/oro/</url>
</dependency>

<dependency>
  <id>xml-apis</id>
  <version>1.0.b2</version>
  <url>http://xml.apache.org/commons</url>
</dependency>

This was for the build in the jakarta-tapestry/framework dir.
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


"Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 12/03/2003 01:40:08 PM:

> Parts of the Tapestry demos are compiled using J2EE APIs (EJB, JDNI, 
Mail).
> 
> Certain of the demos make use of an LGPL library for drawing charts and
> graphs.
> 
> As a convienience, Tapestry expects a JBoss installation to be present.
> jboss.dir is the absolute path to the JBoss installation.
> 
> My understanding of licenses is apparently suspect. Although I'm aware 
of
> the problems even compiling against GPL, I had thought that LGPL is a
> different beast.  Andrew C. Oliver has been making noises that not only 
can
> I not have LGPL frameworks in CVS or as part of the distribution (those 
that
> were in place have been removed, replaced with pointers on where to 
download
> them from), but now there's a question of even compiling against such
> frameworks.
> 
> 
> --
> Howard M. Lewis Ship
> Creator, Tapestry: Java Web Components
> http://jakarta.apache.org/proposals/tapestry
> 
> 
> 
> > -----Original Message-----
> > From: Sam Ruby [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, March 11, 2003 9:00 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [VOTE:PMC] Release Tapestry to Jakarta
> > 
> > 
> > Andrew C. Oliver wrote:
> > >>
> > >> I'm quite willing to help flush out a full project 
> > definition once I
> > >> get past the roadblocks.  The question is: what should be 
> > done about 
> > >> the apparent jboss prereq?
> > > 
> > > Theoretically it no longer exists (howard's answer to my previous 
> > > issue
> > > with the licensing issues) ;-)
> > 
> > Here's what I get when I try to build:
> > 
> > Buildfile: build.xml
> > 
> > check-for-jboss-dir:
> > 
> > BUILD FAILED
> > file:///home/rubys/jakarta/jakarta-tapestry/build.xml:429: Property 
> > jboss.dir not specified in config/build.properties.
> > 
> > If somebody can correct line 429 in the build.xml (I suspect that the 
> > entire target should be removed), I will proceed onto the 
> > next issue and 
> > report back.
> > 
> > - Sam Ruby
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to