protege.jar not found

5 messages Options
Embed this post
Permalink
mahaveer jain-2

protege.jar not found

Reply Threaded More More options
Print post
Permalink
Hello Everyone,
 i am trying to install protege-owl in my system using the link of
stanford "source code for protege-owl",but when i issued command ant
,i got error saying "protege.jar" does not exist...any help?
_______________________________________________
protege-owl mailing list
[hidden email]
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03 
Michael Dietrich

Re: protege.jar not found

Reply Threaded More More options
Print post
Permalink
Hello,
you need to download and compile "Core protégé and Protégé-Frames"  
sources.
After compilation you'll find the protege.jar in the lib folder.

Michael

On Jul 2, 2009, at 12:12 AM, mahaveer jain wrote:

> Hello Everyone,
> i am trying to install protege-owl in my system using the link of
> stanford "source code for protege-owl",but when i issued command ant
> ,i got error saying "protege.jar" does not exist...any help?
> _______________________________________________
> protege-owl mailing list
> [hidden email]
> https://mailman.stanford.edu/mailman/listinfo/protege-owl
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03


----required by German law-----------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany

Geschaeftsfuehrung:
Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
Dr. Walter Olthoff

Vorsitzender des Aufsichtsrats:
Prof. Dr. h.c. Hans A. Aukes

Amtsgericht Kaiserslautern, HRB 2313
-------------------------------------------------------------



_______________________________________________
protege-owl mailing list
[hidden email]
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03 
mahaveer jain-2

Re: protege.jar not found

Reply Threaded More More options
Print post
Permalink
Thanks a lot for your help...i am able to create protege.jar fro core
protege and protege frame...but i am using classes

import edu.stanford.smi.protegex.owl.model.OWLModel;
import edu.stanford.smi.protegex.owl.model.OWLNamedClass;
import edu.stanford.smi.protegex.owl.ProtegeOWL;

in my code which are there in protege-owl-src
i have downloaded the src for it from the protege website and i have
changed local.protege.template to protege.templete and i have changed
JavaCC path also and now "ant -v compile" is giving errors::--




linux-1y9f:/windows/E/downloadfromlinux/Protege-OWL 3.4.1 # ant -v compile
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xml
Detected Java version: 1.5 in: /usr/java/jdk1.5.0_19/jre
Detected OS: Linux
parsing buildfile /windows/E/downloadfromlinux/Protege-OWL
3.4.1/build.xml with URI =
file:/windows/E/downloadfromlinux/Protege-OWL%203.4.1/build.xml
Project base dir set to: /windows/E/downloadfromlinux/Protege-OWL 3.4.1
[antlib:org.apache.tools.ant] Could not load definitions from resource
org/apache/tools/ant/antlib.xml. It could not be found.
 [property] Loading Environment env.
Property "env.PROTEGE_HOME" has not been set
 [property] Loading /windows/E/downloadfromlinux/Protege-OWL
3.4.1/local.properties
 [property] Unable to find property file:
/windows/E/downloadfromlinux/Protege-OWL 3.4.1/local.properties
Override ignored for property "debug"
Override ignored for property "source"
Override ignored for property "deprecation"
Build sequence for target(s) `compile' is [checkProtegeHome,
useProtegeHome, useLibDir, checkProtegeLibs,
checkProtegeLibsAndReport, init.time, init, compile]
Complete build sequence is [checkProtegeHome, useProtegeHome,
useLibDir, checkProtegeLibs, checkProtegeLibsAndReport, init.time,
init, compile, jar, plugin.dir, update, plugin.zip, javacc-compact,
codeGeneration, junit-compile, install, run.server, run, debug,
javacc-dl, debug.server, javacc-manchester, javacc, clean,
checkJunitConfiguration, usage, junitResources, junit, ]

checkProtegeHome:
[available] Unable to find file ${env.PROTEGE_HOME}/protege.jar

useProtegeHome:
Skipped because property 'protege.home.set' not set.

useLibDir:
     [echo] Using lib dir to find protege jars

checkProtegeLibs:
[available] Unable to find file lib/protege.jar

checkProtegeLibsAndReport:
     [echo] Missing protege libraries.  You can either
     [echo] set the PROTEGE_HOME environment variable to a
     [echo] protege installation directory where the
     [echo] appropriate plugins have been installed or copy the
     [echo] needed jars into the lib directory
     [echo] Use the -v option to find the missing jar

BUILD FAILED
/windows/E/downloadfromlinux/Protege-OWL 3.4.1/build.xml:127: build aborted.
        at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.apache.tools.ant.Main.runBuild(Main.java:758)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

Total time: 0 seconds



thanks in advance...






On Thu, Jul 2, 2009 at 8:50 PM, Michael
Dietrich<[hidden email]> wrote:

> Hello,http://www.opensuse.org/en/
> you need to download and compile "Core protégé and Protégé-Frames"
> sources.
> After compilation you'll find the protege.jar in the lib folder.
>
> Michael
>
> On Jul 2, 2009, at 12:12 AM, mahaveer jain wrote:
>
>> Hello Everyone,
>> i am trying to install protege-owl in my system using the link of
>> stanford "source code for protege-owl",but when i issued command ant
>> ,i got error saying "protege.jar" does not exist...any help?
>> _______________________________________________
>> protege-owl mailing list
>> [hidden email]
>> https://mailman.stanford.edu/mailman/listinfo/protege-owl
>>
>> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
>
> ----required by German law-----------------------------------
> Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
> Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
>
> Geschaeftsfuehrung:
> Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
> Dr. Walter Olthoff
>
> Vorsitzender des Aufsichtsrats:
> Prof. Dr. h.c. Hans A. Aukes
>
> Amtsgericht Kaiserslautern, HRB 2313
> -------------------------------------------------------------
>
>
>
> _______________________________________________
> protege-owl mailing list
> [hidden email]
> https://mailman.stanford.edu/mailman/listinfo/protege-owl
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
_______________________________________________
protege-owl mailing list
[hidden email]
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03 
mahaveer jain-2

Re: protege.jar not found

Reply Threaded More More options
Print post
Permalink
On Thu, Jul 2, 2009 at 10:40 PM, mahaveer jain<[hidden email]> wrote:
> Thanks a lot for your help...i am able to create protege.jar fro core
> protege and protege frame...but i am using classes
>
> import edu.stanford.smi.protegex.owl.model.OWLModel;
> import edu.stanford.smi.protegex.owl.model.OWLNamedClass;
> import edu.stanford.smi.protegex.owl.ProtegeOWL;
>Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xml
Detected Java version: 1.5 in: /usr/java/jdk1.5.0_19/jre
Detected OS: Linux
parsing buildfile /windows/E/downloadfromlinux/Protege-OWL
3.4.1/build.xml with URI =
file:/windows/E/downloadfromlinux/Protege-OWL%203.4.1/build.xml
Project base dir set to: /windows/E/downloadfromlinux/Protege-OWL 3.4.1
[antlib:org.apache.tools.ant] Could not load definitions from resource
org/apache/tools/ant/antlib.xml. It could not be found.
 [property] Loading Environment env.
Property "env.PROTEGE_HOME" has not been set
 [property] Loading /windows/E/downloadfromlinux/Protege-OWL
3.4.1/local.properties
Override ignored for property "debug"
Override ignored for property "source"
Override ignored for property "deprecation"
Build sequence for target(s) `compile' is [checkProtegeHome,
useProtegeHome, useLibDir, checkProtegeLibs,
checkProtegeLibsAndReport, init.time, init, compile]
Complete build sequence is [checkProtegeHome, useProtegeHome,
useLibDir, checkProtegeLibs, checkProtegeLibsAndReport, init.time,
init, compile, jar, plugin.dir, update, plugin.zip, javacc-compact,
codeGeneration, junit-compile, install, run.server, run, debug,
javacc-dl, debug.server, javacc-manchester, javacc, clean,
checkJunitConfiguration, usage, junitResources, junit, ]

checkProtegeHome:
[available] Unable to find file ${env.PROTEGE_HOME}/protege.jar

useProtegeHome:
Skipped because property 'protege.home.set' not set.

useLibDir:
     [echo] Using lib dir to find protege jars

checkProtegeLibs:
[available] Unable to find file lib/protege.jar

checkProtegeLibsAndReport:
     [echo] Missing protege libraries.  You can either
     [echo] set the PROTEGE_HOME environment variable to a
     [echo] protege installation directory where the
     [echo] appropriate plugins have been installed or copy the
     [echo] needed jars into the lib directory
     [echo] Use the -v option to find the missing jar

BUILD FAILED
/windows/E/downloadfromlinux/Protege-OWL 3.4.1/build.xml:127: build aborted.
        at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.apache.tools.ant.Main.runBuild(Main.java:758)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

Total time: 0 seconds

> in my code which are there in protege-owl-src
> i have downloaded the src for it from the protege website and i have
> changed local.protege.template to protege.templete and i have changed
> JavaCC path also and now "ant -v compile" is giving errors::--
>
>
>
>
> linux-1y9f:/windows/E/downloadfromlinux/Protege-OWL 3.4.1 # ant -v compile
> Apache Ant version 1.7.1 compiled on June 27 2008
> Buildfile: build.xml
> Detected Java version: 1.5 in: /usr/java/jdk1.5.0_19/jre
> Detected OS: Linux
> parsing buildfile /windows/E/downloadfromlinux/Protege-OWL
> 3.4.1/build.xml with URI =
> file:/windows/E/downloadfromlinux/Protege-OWL%203.4.1/build.xml
> Project base dir set to: /windows/E/downloadfromlinux/Protege-OWL 3.4.1
> [antlib:org.apache.tools.ant] Could not load definitions from resource
> org/apache/tools/ant/antlib.xml. It could not be found.
>  [property] Loading Environment env.
> Property "env.PROTEGE_HOME" has not been set
>  [property] Loading /windows/E/downloadfromlinux/Protege-OWL
> 3.4.1/local.properties
>  [property] Unable to find property file:
> /windows/E/downloadfromlinux/Protege-OWL 3.4.1/local.properties
> Override ignored for property "debug"
> Override ignored for property "source"
> Override ignored for property "deprecation"
> Build sequence for target(s) `compile' is [checkProtegeHome,
> useProtegeHome, useLibDir, checkProtegeLibs,
> checkProtegeLibsAndReport, init.time, init, compile]
> Complete build sequence is [checkProtegeHome, useProtegeHome,
> useLibDir, checkProtegeLibs, checkProtegeLibsAndReport, init.time,
> init, compile, jar, plugin.dir, update, plugin.zip, javacc-compact,
> codeGeneration, junit-compile, install, run.server, run, debug,
> javacc-dl, debug.server, javacc-manchester, javacc, clean,
> checkJunitConfiguration, usage, junitResources, junit, ]
>
> checkProtegeHome:
> [available] Unable to find file ${env.PROTEGE_HOME}/protege.jar
>
> useProtegeHome:
> Skipped because property 'protege.home.set' not set.
>
> useLibDir:
>     [echo] Using lib dir to find protege jars
>
> checkProtegeLibs:
> [available] Unable to find file lib/protege.jar
>
> checkProtegeLibsAndReport:
>     [echo] Missing protege libraries.  You can either
>     [echo] set the PROTEGE_HOME environment variable to a
>     [echo] protege installation directory where the
>     [echo] appropriate plugins have been installed or copy the
>     [echo] needed jars into the lib directory
>     [echo] Use the -v option to find the missing jar
>
> BUILD FAILED
> /windows/E/downloadfromlinux/Protege-OWL 3.4.1/build.xml:127: build aborted.
>        at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)
>        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>        at org.apache.tools.ant.Task.perform(Task.java:348)
>        at org.apache.tools.ant.Target.execute(Target.java:357)
>        at org.apache.tools.ant.Target.performTasks(Target.java:385)
>        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
>        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
>        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
>        at org.apache.tools.ant.Main.runBuild(Main.java:758)
>        at org.apache.tools.ant.Main.startAnt(Main.java:217)
>        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>
> Total time: 0 seconds
>
>
>
> thanks in advance...
>
>
>
>
>
>
> On Thu, Jul 2, 2009 at 8:50 PM, Michael
> Dietrich<[hidden email]> wrote:
>> Hello,http://www.opensuse.org/en/
>> you need to download and compile "Core protégé and Protégé-Frames"
>> sources.
>> After compilation you'll find the protege.jar in the lib folder.
>>
>> Michael
>>
>> On Jul 2, 2009, at 12:12 AM, mahaveer jain wrote:
>>
>>> Hello Everyone,
>>> i am trying to install protege-owl in my system using the link of
>>> stanford "source code for protege-owl",but when i issued command ant
>>> ,i got error saying "protege.jar" does not exist...any help?
>>> _______________________________________________
>>> protege-owl mailing list
>>> [hidden email]
>>> https://mailman.stanford.edu/mailman/listinfo/protege-owl
>>>
>>> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>>
>>
>> ----required by German law-----------------------------------
>> Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
>> Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
>>
>> Geschaeftsfuehrung:
>> Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
>> Dr. Walter Olthoff
>>
>> Vorsitzender des Aufsichtsrats:
>> Prof. Dr. h.c. Hans A. Aukes
>>
>> Amtsgericht Kaiserslautern, HRB 2313
>> -------------------------------------------------------------
>>
>>
>>
>> _______________________________________________
>> protege-owl mailing list
>> [hidden email]
>> https://mailman.stanford.edu/mailman/listinfo/protege-owl
>>
>> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>>
>
_______________________________________________
protege-owl mailing list
[hidden email]
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03 
mahaveer jain-2

Re: protege.jar not found

Reply Threaded More More options
Print post
Permalink
Thanks a lot ,finally i got it compiled....its greate...

On Thu, Jul 2, 2009 at 10:43 PM, mahaveer jain<[hidden email]> wrote:

> On Thu, Jul 2, 2009 at 10:40 PM, mahaveer jain<[hidden email]> wrote:
>> Thanks a lot for your help...i am able to create protege.jar fro core
>> protege and protege frame...but i am using classes
>>
>> import edu.stanford.smi.protegex.owl.model.OWLModel;
>> import edu.stanford.smi.protegex.owl.model.OWLNamedClass;
>> import edu.stanford.smi.protegex.owl.ProtegeOWL;
>>Apache Ant version 1.7.1 compiled on June 27 2008
> Buildfile: build.xml
> Detected Java version: 1.5 in: /usr/java/jdk1.5.0_19/jre
> Detected OS: Linux
> parsing buildfile /windows/E/downloadfromlinux/Protege-OWL
> 3.4.1/build.xml with URI =
> file:/windows/E/downloadfromlinux/Protege-OWL%203.4.1/build.xml
> Project base dir set to: /windows/E/downloadfromlinux/Protege-OWL 3.4.1
> [antlib:org.apache.tools.ant] Could not load definitions from resource
> org/apache/tools/ant/antlib.xml. It could not be found.
>  [property] Loading Environment env.
> Property "env.PROTEGE_HOME" has not been set
>  [property] Loading /windows/E/downloadfromlinux/Protege-OWL
> 3.4.1/local.properties
> Override ignored for property "debug"
> Override ignored for property "source"
> Override ignored for property "deprecation"
> Build sequence for target(s) `compile' is [checkProtegeHome,
> useProtegeHome, useLibDir, checkProtegeLibs,
> checkProtegeLibsAndReport, init.time, init, compile]
> Complete build sequence is [checkProtegeHome, useProtegeHome,
> useLibDir, checkProtegeLibs, checkProtegeLibsAndReport, init.time,
> init, compile, jar, plugin.dir, update, plugin.zip, javacc-compact,
> codeGeneration, junit-compile, install, run.server, run, debug,
> javacc-dl, debug.server, javacc-manchester, javacc, clean,
> checkJunitConfiguration, usage, junitResources, junit, ]
>
> checkProtegeHome:
> [available] Unable to find file ${env.PROTEGE_HOME}/protege.jar
>
> useProtegeHome:
> Skipped because property 'protege.home.set' not set.
>
> useLibDir:
>     [echo] Using lib dir to find protege jars
>
> checkProtegeLibs:
> [available] Unable to find file lib/protege.jar
>
> checkProtegeLibsAndReport:
>     [echo] Missing protege libraries.  You can either
>     [echo] set the PROTEGE_HOME environment variable to a
>     [echo] protege installation directory where the
>     [echo] appropriate plugins have been installed or copy the
>     [echo] needed jars into the lib directory
>     [echo] Use the -v option to find the missing jar
>
> BUILD FAILED
> /windows/E/downloadfromlinux/Protege-OWL 3.4.1/build.xml:127: build aborted.
>        at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)
>        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>        at org.apache.tools.ant.Task.perform(Task.java:348)
>        at org.apache.tools.ant.Target.execute(Target.java:357)
>        at org.apache.tools.ant.Target.performTasks(Target.java:385)
>        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
>        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
>        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
>        at org.apache.tools.ant.Main.runBuild(Main.java:758)
>        at org.apache.tools.ant.Main.startAnt(Main.java:217)
>        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>
> Total time: 0 seconds
>
>> in my code which are there in protege-owl-src
>> i have downloaded the src for it from the protege website and i have
>> changed local.protege.template to protege.templete and i have changed
>> JavaCC path also and now "ant -v compile" is giving errors::--
>>
>>
>>
>>
>> linux-1y9f:/windows/E/downloadfromlinux/Protege-OWL 3.4.1 # ant -v compile
>> Apache Ant version 1.7.1 compiled on June 27 2008
>> Buildfile: build.xml
>> Detected Java version: 1.5 in: /usr/java/jdk1.5.0_19/jre
>> Detected OS: Linux
>> parsing buildfile /windows/E/downloadfromlinux/Protege-OWL
>> 3.4.1/build.xml with URI =
>> file:/windows/E/downloadfromlinux/Protege-OWL%203.4.1/build.xml
>> Project base dir set to: /windows/E/downloadfromlinux/Protege-OWL 3.4.1
>> [antlib:org.apache.tools.ant] Could not load definitions from resource
>> org/apache/tools/ant/antlib.xml. It could not be found.
>>  [property] Loading Environment env.
>> Property "env.PROTEGE_HOME" has not been set
>>  [property] Loading /windows/E/downloadfromlinux/Protege-OWL
>> 3.4.1/local.properties
>>  [property] Unable to find property file:
>> /windows/E/downloadfromlinux/Protege-OWL 3.4.1/local.properties
>> Override ignored for property "debug"
>> Override ignored for property "source"
>> Override ignored for property "deprecation"
>> Build sequence for target(s) `compile' is [checkProtegeHome,
>> useProtegeHome, useLibDir, checkProtegeLibs,
>> checkProtegeLibsAndReport, init.time, init, compile]
>> Complete build sequence is [checkProtegeHome, useProtegeHome,
>> useLibDir, checkProtegeLibs, checkProtegeLibsAndReport, init.time,
>> init, compile, jar, plugin.dir, update, plugin.zip, javacc-compact,
>> codeGeneration, junit-compile, install, run.server, run, debug,
>> javacc-dl, debug.server, javacc-manchester, javacc, clean,
>> checkJunitConfiguration, usage, junitResources, junit, ]
>>
>> checkProtegeHome:
>> [available] Unable to find file ${env.PROTEGE_HOME}/protege.jar
>>
>> useProtegeHome:
>> Skipped because property 'protege.home.set' not set.
>>
>> useLibDir:
>>     [echo] Using lib dir to find protege jars
>>
>> checkProtegeLibs:
>> [available] Unable to find file lib/protege.jar
>>
>> checkProtegeLibsAndReport:
>>     [echo] Missing protege libraries.  You can either
>>     [echo] set the PROTEGE_HOME environment variable to a
>>     [echo] protege installation directory where the
>>     [echo] appropriate plugins have been installed or copy the
>>     [echo] needed jars into the lib directory
>>     [echo] Use the -v option to find the missing jar
>>
>> BUILD FAILED
>> /windows/E/downloadfromlinux/Protege-OWL 3.4.1/build.xml:127: build aborted.
>>        at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)
>>        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>>        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:585)
>>        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>>        at org.apache.tools.ant.Task.perform(Task.java:348)
>>        at org.apache.tools.ant.Target.execute(Target.java:357)
>>        at org.apache.tools.ant.Target.performTasks(Target.java:385)
>>        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
>>        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
>>        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
>>        at org.apache.tools.ant.Main.runBuild(Main.java:758)
>>        at org.apache.tools.ant.Main.startAnt(Main.java:217)
>>        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>>        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>>
>> Total time: 0 seconds
>>
>>
>>
>> thanks in advance...
>>
>>
>>
>>
>>
>>
>> On Thu, Jul 2, 2009 at 8:50 PM, Michael
>> Dietrich<[hidden email]> wrote:
>>> Hello,http://www.opensuse.org/en/
>>> you need to download and compile "Core protégé and Protégé-Frames"
>>> sources.
>>> After compilation you'll find the protege.jar in the lib folder.
>>>
>>> Michael
>>>
>>> On Jul 2, 2009, at 12:12 AM, mahaveer jain wrote:
>>>
>>>> Hello Everyone,
>>>> i am trying to install protege-owl in my system using the link of
>>>> stanford "source code for protege-owl",but when i issued command ant
>>>> ,i got error saying "protege.jar" does not exist...any help?
>>>> _______________________________________________
>>>> protege-owl mailing list
>>>> [hidden email]
>>>> https://mailman.stanford.edu/mailman/listinfo/protege-owl
>>>>
>>>> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>>>
>>>
>>> ----required by German law-----------------------------------
>>> Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
>>> Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
>>>
>>> Geschaeftsfuehrung:
>>> Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
>>> Dr. Walter Olthoff
>>>
>>> Vorsitzender des Aufsichtsrats:
>>> Prof. Dr. h.c. Hans A. Aukes
>>>
>>> Amtsgericht Kaiserslautern, HRB 2313
>>> -------------------------------------------------------------
>>>
>>>
>>>
>>> _______________________________________________
>>> protege-owl mailing list
>>> [hidden email]
>>> https://mailman.stanford.edu/mailman/listinfo/protege-owl
>>>
>>> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>>>
>>
>
_______________________________________________
protege-owl mailing list
[hidden email]
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03