Industrial-TSI / industrial-mylyn

Automatically exported from code.google.com/p/industrial-mylyn
0 stars 2 forks source link

Twitter repos creation does not show correct regex output #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Twitter repos creation does not show correct regex output

It is visible in the console but not in the wizard

Original issue reported on code.google.com by wim.jong...@gmail.com on 5 Jul 2010 at 8:23

GoogleCodeExporter commented 9 years ago
Shows in the console but not in the wizard page

!ENTRY com.industrialtsi.mylyn.core 1 0 2010-07-05 22:18:58.410
!MESSAGE Installed persistor-config : IndustrialTwitter

!ENTRY com.industrialtsi.mylyn.ui 1 0 2010-07-05 22:18:58.412
!MESSAGE Matching 'jdbc:<driver>://<host>[:<port>]/<database>' against 
'^jdbc:memory.*$' : failed

!ENTRY com.industrialtsi.mylyn.ui 1 0 2010-07-05 22:18:58.413
!MESSAGE Matching 'http://twitter.com/name' against '^jdbc:memory.*$' : failed

Original comment by wim.jong...@gmail.com on 5 Jul 2010 at 8:27

GoogleCodeExporter commented 9 years ago
Do you have the right regular expression to match against in your fragment?

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<fragment>
   <extension
         id="demo.twitter"
         name="Twitter Demo"
         point="com.industrialtsi.mylyn.core.persistor">
      <persistor-config
            id="com.industrialtsi.mylyn.twitter.persistor-config"
            jdbc-url-re="http://twitter\.com/.*"
            jdbc-url-template="http://twitter.com/name"
            name="IndustrialTwitter"
            persistor="com.industrialtsi.mylyn.twitter.persistor.TwitterPersistor">
         <repository-attributes
...
</fragment>

Original comment by meijerf...@gmail.com on 8 Jul 2010 at 9:46

GoogleCodeExporter commented 9 years ago
Is this resolved now?

Original comment by meijerf...@gmail.com on 23 Feb 2011 at 1:10