[rules-users] Compile Challenges December 20, 2009

Greg Barton greg_barton at yahoo.com
Mon Dec 21 14:00:38 EST 2009


Well, in every java development environment I've used since 1998 <jdk>/bin has been in the path, so it does not strike me as an unusual requirement.  The build needs to know the location of the compiler, after all?  If there is some better, more generalizable method for specifying that location I'm sure the drools dev team would be open to suggestion. 

--- On Mon, 12/21/09, Pete Carapetyan <pete at datafundamentals.com> wrote:

> From: Pete Carapetyan <pete at datafundamentals.com>
> Subject: Re: [rules-users] Compile Challenges December 20, 2009
> To: "Rules Users List" <rules-users at lists.jboss.org>
> Date: Monday, December 21, 2009, 11:34 AM
> Yes, I am now the most reluctant new
> entry to the priesthood of those
> who can compile drools to use it :(
> 
> It must be 8 years back and as many machines that I
> actually had javac
> in the path statement, but it's now there and ready.
> 
> Thanks to all for the boost.
> 
> On Mon, Dec 21, 2009 at 11:13 AM, Greg Barton <greg_barton at yahoo.com>
> wrote:
> > Pete, did this fix your problem?
> >
> > --- On Sun, 12/20/09, Mark Proctor <mproctor at codehaus.org>
> wrote:
> >
> >> From: Mark Proctor <mproctor at codehaus.org>
> >> Subject: Re: [rules-users] Compile Challenges
> December 20, 2009
> >> To: rules-users at lists.jboss.org
> >> Date: Sunday, December 20, 2009, 12:41 PM
> >> On 20/12/2009 16:59, Pete Carapetyan
> >> wrote:
> >> > It's a little bit under protest that I'm
> submitting
> >> this error,
> >> > because it kind of creeps me out that I have
> to
> >> compile all drools
> >> > projects from root just to get drools planner
> samples
> >> to compile in my
> >> > IDE, but Geoffrey asked - and I am highly
> appreciative
> >> of everything
> >> > he and the drools team is doing.
> >> >
> >> If you move into the project itself you can build
> just that
> >> project and
> >> it'll get the rest Drools from your local and
> remote
> >> repository. If you
> >> are using SNAPSHOT it would probably need you to
> do a one
> >> of install of
> >> all the drools modules, so it can find them in
> your local
> >> maven repo.
> >> > it also doesn't appear that hudson has been
> building
> >> either, so not
> >> > sure why my input even matters....
> >> >
> >> > Anyway here is the error I am getting trying
> to
> >> compile drools on my
> >> > box (java 1.6)
> >> >
> >> > [INFO] Copying 1 resource
> >> > [INFO] [compiler:compile]
> >> > [INFO] Compiling 237 source files to
> >> C:\work\deleteDroolsSolverExperiment\jbossr
> >> > ules\drools-api\target\classes
> >> > [INFO]
> >>
> ------------------------------------------------------------------------
> >> > [ERROR] BUILD FAILURE
> >> > [INFO]
> >>
> ------------------------------------------------------------------------
> >> > [INFO] Compilation failure
> >> > Failure executing javac,  but could not
> parse the
> >> error:
> >> > 'javac' is not recognized as an internal or
> external
> >> command,
> >> > operable program or batch file.
> >> >
> >> You have the JRE installed, but not the JDK - it
> can't find
> >> javac (JDK),
> >> only java(JRE).
> >>
> >> Mark
> >> >
> >> >
> >> > Failure executing javac,  but could not
> parse the
> >> error:
> >> > 'javac' is not recognized as an internal or
> external
> >> command,
> >> > operable program or batch file.
> >> >
> >> > I've been a lurker on drools for years and
> it's always
> >> been
> >> > challenging for me to be involved with
> because I never
> >> have more than
> >> > a couple hours at a time to work past the
> issues, then
> >> I'm all out of
> >> > time and never get a chance to really use it
> in a
> >> program. I'll be
> >> > there are a lot more people that fit this
> profile than
> >> not.
> >> >
> _______________________________________________
> >> > rules-users mailing list
> >> > rules-users at lists.jboss.org
> >> > https://lists.jboss.org/mailman/listinfo/rules-users
> >> >
> >> >
> >> >
> >>
> >>
> >> _______________________________________________
> >> rules-users mailing list
> >> rules-users at lists.jboss.org
> >> https://lists.jboss.org/mailman/listinfo/rules-users
> >>
> >
> >
> >
> >
> > _______________________________________________
> > rules-users mailing list
> > rules-users at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/rules-users
> >
> 
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users

> 


      




More information about the rules-users mailing list